projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a79a47
)
Fix flaky test
author
Aleksey Kladov
<aleksey.kladov@gmail.com>
Thu, 8 Jun 2017 14:41:31 +0000
(17:41 +0300)
committer
GitHub
<noreply@github.com>
Thu, 8 Jun 2017 14:41:31 +0000
(17:41 +0300)
tests/bench.rs
patch
|
blob
|
history
diff --git
a/tests/bench.rs
b/tests/bench.rs
index d8043c7d70f85819fb813a25bcb443af9a83eb26..d589f234bc226ae146b0d0a1d05c2935bf790322 100644
(file)
--- a/
tests/bench.rs
+++ b/
tests/bench.rs
@@
-1061,7
+1061,7
@@
fn bench_all_exclude() {
execs().with_status(0)
.with_stdout_contains("\
running 1 test
-test bar ... bench:
0 ns/iter (+/- 0
)"));
+test bar ... bench:
[..] ns/iter (+/- [..]
)"));
}
#[test]